
/* CSS Document */

* {
	padding:0px;
	margin:0px;
	}


body{
	text-align:center;
	font-size:12px;
	background:#CCFF99;

}

a:link,a:visited {
	text-decoration:none;
	color:#009900

}

a:hover,a:active {
	text-decoration:underline;

}


#unit{
	margin:10px auto ;
	width:750px;
	text-align:left;
}

#head{
	width:750px;
	background:url(head.jpg);
}

#navi{
	width:750px;
	height:30px;
	text-align:center;
	
}


#main{
	text-align:left;
	width:750px;
	background:#66CC66;
}
#right{
	width:500px;
	background:#C8FFA6;
	float:right;
}
#left{
	position:relative;
	width:200px;
	background:#E4FFD7;
}

#footer{
	text-align:right;
	clear:both;
	width:750px;
	height:20px;
	background:#0000ff;

}


/* ڍאݒ */



#navi ul li{
	float:left;
	list-style-type:none;
	margin:10px 0 0 10px;
	font-size:16px;
}

#pic {
	position:relative;
	background:#999999;
	width:363px;
	height:245px;
	margin:auto;
	padding:5px;

}

#pic #lt{
	position:absolute;
	left:4px;
	top:4px;
}
#pic #lb{
	position:absolute;
	left:4px;
	bottom:4px;
}
#pic #rt{
	position:absolute;
	right:4px;
	top:4px;
}
#pic #rb{
	position:absolute;
	right:4px;
	bottom:4px;
}


#left ul li{
	font-size:12px;
	margin:5px;
}

#main p {
	line-height:135%;
	font-size:14px;
	padding:5px;

}
